quick n. 奎克〔姓氏〕。 adj. 1.快,迅速的,急速的 (opp. slow); 短时间的。 2.敏捷的;机敏的,聪明的,伶俐的;(眼睛等)敏锐的。 3.生动的,活泼的。 4.性急的,易怒的,易发脾气的。 5.〔古、方〕活着的;(水等)流动的;有孕的(尤指胎动期)。 6.含矿石的;(资本等)生利的;〔美国〕(商品等)可立即转换成现金的。 7.〔古语〕(火烧得)旺盛的,(火焰)熊熊的。 8.(路)弯的,(坡)陡的。 He did a quick mile. 他用快步走了一英里。 a quick march 【军事】齐步行进。 Q- at meal, quick at work. 吃得快,做得快。 Be quick! 赶快! a quick child 伶俐的孩子。 a quick eye 慧眼。 a quick temper 急性子。 quick wits 急智,机智。 a quick hedge 活篱,树篱。 quick water 〔罕用语〕流水。 in quick succession 紧接着。 be quick at figures 算得快。 be quick on the draw 1. 动辄就拿出武器。 2. 〔美俚〕脑子快。 quick and dirty 粗制滥造的,质量很差的。 quick of hearing [sight] 耳朵[眼睛]尖的。 quick of temper =quickto take offence 易怒的。 quick with child 〔原作 with quick child 〕感到胎动。 adv. 快速。 as quick as thought [lightning] 一眨眼工夫,霎时间,风驰电掣般。 n. 1.(有感觉的)活肉,(特指指甲下的)肉根,指甲肉;伤口的嫩皮;感情的中枢,感觉最敏锐的地方;痛处。 2.要害,本质;核心。 3.〔古语〕生物,活物。 4.彻头彻尾。 5.〔英国〕插条 (=quickset)。 the quick and the dead 生者与死者。 to the quick 1. 触到活肉 (cut the fingernail to the quick 剪指甲剪着了肉)。 2. 彻骨,入骨,痛切地。 3. 真正,彻头彻尾;道地 (He is a cockney to the quick. 他是道地的伦敦人。 He is a Tory to the quick. 他是一个彻头彻尾的保守党。 Your coolness cuts me to the quick. 你的冷淡真使我伤心)。 adv. -ly ,-ness n.
Generic string sort routines . i prefer to use the'non-pure'quick sort unless you have a good reason to choose another routine 这是一个普通的串排序例程。我更喜欢使用这个'不纯粹的'快速排序算法,除非你有一个更好的理由来选择其它的例程。
Search algorithm, definition of sort, insertion sort, quick sort, optimal sort time, merge sort, heap sort, radix sort, summarize of sort algorithms 搜索算法;排序定义;插入排序;快速排序;最优排序时间;归并排序;堆排序;基数排序;排序总结。
String sort routines : quick, merge, sele-generic string sort routines . i prefer to use the'non-pure'quick sort unless you have a good reason to choose another routine 这是一个普通的串排序例程。我更喜欢使用这个'不纯粹的'快速排序算法,除非你有一个更好的理由来选择其它的例程。
5 . data preparation is essential procedure before data mining, and the thesis presents two algorithms for the filling of missing values and the finding of duplicates, two of data problems in data preparation . at first, the thesis uses of rough analysis to predict the missing values with known values to solve the problem of missing values, and the results are with higher accuracy; then the thesis uses partition data table and quick sort method to find duplicates, which can decrease the searching time for finding 数据预处理是数据挖掘之前的必要准备步骤,针对数据预处理问题中的缺失数据与重复数据的挖掘问题提出两种算法,首先针对缺失数据问题,浙江大学博士学位论文利用rough集理论通过对己知数据进行预测实现对缺失数据的填补,达到了一定的预测精度;然后针对重复数据问题,利用数据表分解技术以及快速排序方法实现重复数据的发现,并降低了重复数据的发现时间。